From 54bd17556c7790e2309670e5fc0984389f4d3921 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 18 Dec 2023 00:42:51 +0100 Subject: [PATCH] Merge pull request #6724 from erikrk/channel-analysis-permissions Signed-off-by: Erik Karlsson luci-mod-status: fix ACL for channel analysis (cherry picked from commit 8be149c4adddc05354b009e1d0597b2ae6fd7532) --- .../root/usr/share/rpcd/acl.d/luci-mod-status.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json index 18d267e801..45dd7d7d9e 100644 --- a/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json +++ b/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json @@ -61,7 +61,7 @@ "description": "Grant access to wireless channel status", "read": { "ubus": { - "iwinfo": [ "info", "freqlist" ] + "iwinfo": [ "info", "freqlist", "scan" ] } } }, -- 2.30.2